Basically same code from std.array.staticArray but no need to import std. Use static arrays whenever needing to "fire-and-forget" small arrays
See Implementation
Basically same code from std.array.staticArray but no need to import std. Use static arrays whenever needing to "fire-and-forget" small arrays